home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt < prev   
Encoding:
Text File  |  2004-05-18  |  13.2 KB  |  591 lines

  1. object FrmMain: TFrmMain
  2.   Left = 377
  3.   Top = 320
  4.   VertScrollBar.ParentColor = False
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 387
  8.   ClientWidth = 583
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -17
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poDefault
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 120
  23.   TextHeight = 19
  24.   object FileMissingIcon: TImage
  25.     Left = 140
  26.     Top = 44
  27.     Width = 37
  28.     Height = 37
  29.     Picture.Data = {<image000.ico>}
  30.     Visible = False
  31.   end
  32.   object IconEncoded: TImage
  33.     Left = 90
  34.     Top = 42
  35.     Width = 32
  36.     Height = 32
  37.     AutoSize = True
  38.     Picture.Data = {<image001.ico>}
  39.     Visible = False
  40.   end
  41.   object StatusBar1: TStatusBar
  42.     Left = 0
  43.     Top = 364
  44.     Width = 583
  45.     Height = 23
  46.     Panels = <
  47.       item
  48.         Bevel = pbNone
  49.         Width = 280
  50.       end
  51.       item
  52.         Bevel = pbNone
  53.         Style = psOwnerDraw
  54.         Width = 90
  55.       end
  56.       item
  57.         Width = 200
  58.       end
  59.       item
  60.         Width = 20
  61.       end>
  62.     ParentColor = True
  63.     PopupMenu = PopupProgress
  64.     SimplePanel = False
  65.     SizeGrip = False
  66.     OnDrawPanel = StatusBar1DrawPanel
  67.   end
  68.   object PnlPrivacy: TPanel
  69.     Left = 0
  70.     Top = 340
  71.     Width = 583
  72.     Height = 24
  73.     Align = alBottom
  74.     ParentColor = True
  75.     TabOrder = 1
  76.     object PnlPrivacyTitle: TPanel
  77.       Left = 1
  78.       Top = 1
  79.       Width = 581
  80.       Height = 21
  81.       Align = alTop
  82.       BevelInner = bvRaised
  83.       BevelOuter = bvLowered
  84.       ParentColor = True
  85.       PopupMenu = PopupPrivacy
  86.       TabOrder = 0
  87.       OnClick = PnlPrivacyTitleClick
  88.       object LblPrivacy: TLabel
  89.         Left = 6
  90.         Top = 3
  91.         Width = 78
  92.         Height = 15
  93.         Caption = 'Privacy Sheet'
  94.         Font.Charset = DEFAULT_CHARSET
  95.         Font.Color = clWindowText
  96.         Font.Height = 15
  97.         Font.Name = 'Arial'
  98.         Font.Style = [fsBold]
  99.         ParentFont = False
  100.         PopupMenu = PopupPrivacy
  101.         OnClick = PnlPrivacyTitleClick
  102.       end
  103.     end
  104.   end
  105.   object MailMessage: TmsMessage
  106.     ContentType = 'text/plain'
  107.     Version = '2.02'
  108.     ReturnReceipt = False
  109.     Left = 247
  110.     Top = 208
  111.   end
  112.   object StatusImages: TImageList
  113.     Left = 254
  114.     Top = 85
  115.   end
  116.   object TrayIcon: TTrayIcon
  117.     Active = False
  118.     ShowDesigning = False
  119.     Icon.Data = {<image002.ico>}
  120.     OnClick = TrayIconClick
  121.     OnDblClick = TrayIconDblClick
  122.     PopupMenu = PopupApp
  123.     Left = 256
  124.     Top = 116
  125.   end
  126.   object PopupApp: TPopupMenu
  127.     AutoHotkeys = maManual
  128.     OnPopup = PopupAppPopup
  129.     Left = 125
  130.     Top = 121
  131.     object HideApplication1: TMenuItem
  132.       Caption = '&Hide Application'
  133.       Default = True
  134.       OnClick = HideApplication1Click
  135.     end
  136.     object N16: TMenuItem
  137.       Caption = '-'
  138.     end
  139.     object NewMessage2: TMenuItem
  140.       Caption = 'New &Message...'
  141.       OnClick = NewMessage
  142.     end
  143.     object CheckMail1: TMenuItem
  144.       Caption = '&Check Mail'
  145.       OnClick = CheckMail1Click
  146.     end
  147.     object ViewMessagesonServer2: TMenuItem
  148.       Caption = '&View Mail on Server...'
  149.       OnClick = ViewMessagesonServer1Click
  150.     end
  151.     object MenuItem6: TMenuItem
  152.       Caption = '-'
  153.     end
  154.     object AddressBook4: TMenuItem
  155.       Caption = 'Address &Book...'
  156.       OnClick = Addressbook1Click
  157.     end
  158.     object AccountsSetup1: TMenuItem
  159.       Caption = '&Accounts Setup...'
  160.       OnClick = Accounts1Click
  161.     end
  162.     object ProgramSettings1: TMenuItem
  163.       Caption = '&Options...'
  164.       OnClick = Programpreferences1Click
  165.     end
  166.     object FiltersandScripts2: TMenuItem
  167.       Caption = '&Filters...'
  168.       OnClick = ShowScripts
  169.     end
  170.     object N17: TMenuItem
  171.       Caption = '-'
  172.     end
  173.     object ExitProgram1: TMenuItem
  174.       Caption = 'E&xit Program'
  175.       OnClick = Exit1Click
  176.     end
  177.   end
  178.   object PopupPrivacy: TPopupMenu
  179.     Left = 93
  180.     Top = 121
  181.     object ActivatePrivacySheet1: TMenuItem
  182.       Caption = '&Activate Privacy Sheet'
  183.       Default = True
  184.       ShortCut = 123
  185.       OnClick = PnlPrivacyTitleClick
  186.     end
  187.     object DisablePrivacySheet1: TMenuItem
  188.       Caption = '&Hide Privacy Sheet'
  189.       OnClick = DisablePrivacySheet1Click
  190.     end
  191.   end
  192.   object PopupProgress: TPopupMenu
  193.     Left = 60
  194.     Top = 121
  195.     object PauseProcess: TMenuItem
  196.       Caption = '&Pause'
  197.       Enabled = False
  198.       Visible = False
  199.     end
  200.     object ContinueProcess: TMenuItem
  201.       Caption = 'C&ontinue'
  202.       Enabled = False
  203.       Visible = False
  204.     end
  205.     object CancelProcess: TMenuItem
  206.       Caption = '&Cancel'
  207.       Enabled = False
  208.       OnClick = StopAllTasks
  209.     end
  210.     object DisconnectModem1: TMenuItem
  211.       Caption = '&Disconnect Modem'
  212.       Visible = False
  213.       OnClick = DisconnectModem1Click
  214.     end
  215.     object N13: TMenuItem
  216.       Caption = '-'
  217.     end
  218.     object Viewprogressmessages: TMenuItem
  219.       Caption = '&View progress messages...'
  220.       OnClick = ViewprogressmessagesClick
  221.     end
  222.   end
  223.   object TimerAnim: TTimer
  224.     Interval = 200
  225.     Left = 284
  226.     Top = 146
  227.   end
  228.   object MailMessage2: TmsMessage
  229.     ContentType = 'text/plain'
  230.     Version = '2.02'
  231.     ReturnReceipt = False
  232.     Left = 278
  233.     Top = 208
  234.   end
  235.   object WebFileInfo: TWebFileInfo
  236.     CurrentVersion = '3.10 Build 1880'
  237.     HomeURL = 'http://www.pocomail.com/index.html'
  238.     InfoTags.AuthorTag = 'poco3author'
  239.     InfoTags.DateTag = 'poco3date'
  240.     InfoTags.DownloadTag = 'poco3download'
  241.     InfoTags.ProductNameTag = 'poco3name'
  242.     InfoTags.ReadMeTag = 'poco3readme'
  243.     InfoTags.VersionTag = 'poco3version'
  244.     Options = [wfioDisplayUI, wfioDisplayReadMe, wfioRunUpdate, wfioExitDuringUpdate]
  245.     UIFont.Charset = DEFAULT_CHARSET
  246.     UIFont.Color = clWindowText
  247.     UIFont.Height = -17
  248.     UIFont.Name = 'Arial'
  249.     UIFont.Style = []
  250.     VersionFormat = wfivSimpleString
  251.     Left = 426
  252.     Top = 74
  253.   end
  254.   object DlgImportCSV: TOpenDialog
  255.     DefaultExt = 'csv'
  256.     Filter = 'CSV Files (*.CSV)|*.CSV|All Files|*.*'
  257.     Title = 'Import CSV address book...'
  258.     Left = 514
  259.     Top = 18
  260.   end
  261.   object DlgExportCSV: TSaveDialog
  262.     OnShow = DlgExportCSVShow
  263.     DefaultExt = 'csv'
  264.     FileName = 'address.csv'
  265.     Filter = 'CSV Files (*.csv)|*.CSV|All Files|*.*'
  266.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  267.     Title = 'Export CSV address book...'
  268.     Left = 550
  269.     Top = 18
  270.   end
  271.   object DlgImportLDIF: TOpenDialog
  272.     DefaultExt = 'ldif'
  273.     Filter = 'LDIF Files (*.LDIF)|*.LDIF|All Files|*.*'
  274.     Title = 'Import LDIF address book...'
  275.     Left = 514
  276.     Top = 48
  277.   end
  278.   object DlgExportLDIF: TSaveDialog
  279.     OnShow = DlgExportLDIFShow
  280.     DefaultExt = 'ldif'
  281.     FileName = 'address.ldif'
  282.     Filter = 'LDIF Files (*.ldif)|*.LDIF|All Files|*.*'
  283.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  284.     Title = 'Export LDIF address book...'
  285.     Left = 550
  286.     Top = 48
  287.   end
  288.   object DlgSaveMailbox: TSaveDialog
  289.     DefaultExt = 'mbx'
  290.     FileName = 'Imported.mbx'
  291.     Filter = 'Poco Mailbox (*.mbx)|*.MBX|All Files|*.*'
  292.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  293.     Title = 'Choose a name for the new mailbox...'
  294.     Left = 484
  295.     Top = 92
  296.   end
  297.   object DlgExportNetscape: TSaveDialog
  298.     OnShow = DlgExportNetscapeShow
  299.     FileName = 'Mailbox'
  300.     Filter = 'Netscape Mailbox (no file extension)|*|All Files|*.*'
  301.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  302.     Title = 'Export Netscape mailbox...'
  303.     Left = 554
  304.     Top = 92
  305.   end
  306.   object DlgExportEudora: TSaveDialog
  307.     OnShow = DlgExportEudoraShow
  308.     DefaultExt = 'mbx'
  309.     FileName = 'Mailbox.mbx'
  310.     Filter = 'Eudora Mailbox (*.mbx)|*.MBX|All Files|*.*'
  311.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  312.     Title = 'Export Eudora mailbox...'
  313.     Left = 554
  314.     Top = 124
  315.   end
  316.   object DlgExportRFC822: TSaveDialog
  317.     OnShow = DlgExportRFC822Show
  318.     DefaultExt = 'txt'
  319.     FileName = 'Mailbox.txt'
  320.     Filter = 'RFC822 Mailbox (*.txt)|*.TXT|All Files|*.*'
  321.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  322.     Title = 'Export RFC822 mailbox...'
  323.     Left = 554
  324.     Top = 156
  325.   end
  326.   object ISOList: TIStrings
  327.     Duplicates = dupIgnore
  328.     Left = 426
  329.     Top = 104
  330.     SStr = (
  331.       'quot=34'
  332.       'amp=38'
  333.       'lt=60'
  334.       'gt=62'
  335.       'euro=128'
  336.       'fnof=131'
  337.       'hellip=133'
  338.       'dagger=134'
  339.       'Dagger=135'
  340.       'permil=137'
  341.       'Scaron=138'
  342.       'lsqauo=139'
  343.       'OElig=140'
  344.       'lsquo=145'
  345.       'rsquo=146'
  346.       'ldquo=147'
  347.       'rdquo=148'
  348.       'bull=149'
  349.       'ndash=150'
  350.       'mdash=151'
  351.       'oline=152'
  352.       'trade=153'
  353.       'scaron=154'
  354.       'rsaquo=155'
  355.       'oelig=156'
  356.       'Yuml=159'
  357.       'nbsp=160'
  358.       'iexcl=161'
  359.       'cent=162'
  360.       'pound=163'
  361.       'curren=164'
  362.       'yen=165'
  363.       'brvbar=166'
  364.       'sect=167'
  365.       'uml=168'
  366.       'copy=169'
  367.       'ordf=170'
  368.       'laquo=171'
  369.       'not=172'
  370.       'shy=173'
  371.       'reg=174'
  372.       'macr=175'
  373.       'deg=176'
  374.       'plusmn=177'
  375.       'sup2=178'
  376.       'sup3=179'
  377.       'acute=180'
  378.       'micro=181'
  379.       'para=182'
  380.       'middot=183'
  381.       'cedil=184'
  382.       'sup1=185'
  383.       'ordm=186'
  384.       'raquo=187'
  385.       'frac14=188'
  386.       'frac12=189'
  387.       'frac34=190'
  388.       'iquest=191'
  389.       'Agrave=192'
  390.       'Aacute=193'
  391.       'Acirc=194'
  392.       'Atilde=195'
  393.       'Auml=196'
  394.       'Aring=197'
  395.       'Aelig=198'
  396.       'AElig=198'
  397.       'Ccedil=199'
  398.       'Egrave=200'
  399.       'Eacute=201'
  400.       'Ecirc=202'
  401.       'Euml=203'
  402.       'Igrave=204'
  403.       'Iacute=205'
  404.       'Icirc=206'
  405.       'Iuml=207'
  406.       'ETH=208'
  407.       'Ntilde=209'
  408.       'Ograve=210'
  409.       'Oacute=211'
  410.       'Ocirc=212'
  411.       'Otilde=213'
  412.       'Ouml=214'
  413.       'times=215'
  414.       'Oslash=216'
  415.       'Ugrave=217'
  416.       'Uacute=218'
  417.       'Ucirc=219'
  418.       'Uuml=220'
  419.       'Yacute=221'
  420.       'THORN=222'
  421.       'szlig=223'
  422.       'agrave=224'
  423.       'aacute=225'
  424.       'acirc=226'
  425.       'atilde=227'
  426.       'auml=228'
  427.       'aring=229'
  428.       'aelig=230'
  429.       'ccedil=231'
  430.       'egrave=232'
  431.       'eacute=233'
  432.       'ecirc=234'
  433.       'euml=235'
  434.       'igrave=236'
  435.       'iacute=237'
  436.       'icirc=238'
  437.       'iuml=239'
  438.       'eth=240'
  439.       'ntilde=241'
  440.       'ograve=242'
  441.       'oacute=243'
  442.       'ocirc=244'
  443.       'otilde=245'
  444.       'ouml=246'
  445.       'divide=247'
  446.       'oslash=248'
  447.       'ugrave=249'
  448.       'uacute=250'
  449.       'ucirc=251'
  450.       'uuml=252'
  451.       'yacute=253'
  452.       'thorn=254'
  453.       'yuml=255')
  454.   end
  455.   object Crypt: TCryptLib
  456.     Password = '012345'
  457.     AddKey = 5408
  458.     MultKey = 6933
  459.     TerminateFiles = True
  460.     IncludeHash = True
  461.     Compression = none
  462.     Left = 284
  463.     Top = 85
  464.   end
  465.   object MsgGlob: TmsMessage
  466.     ContentType = 'text/plain'
  467.     Version = '2.02'
  468.     ReturnReceipt = False
  469.     Left = 309
  470.     Top = 208
  471.   end
  472.   object PageSetupDlg: TPrinterSetupDialog
  473.     Left = 284
  474.     Top = 116
  475.   end
  476.   object PrintTemplate2: TIStrings
  477.     Duplicates = dupIgnore
  478.     Left = 461
  479.     Top = 180
  480.     SStr = (
  481.       '<html>'
  482.       '<body>'
  483.       ''
  484.       '<font size="-1" face="arial, helvetica"><b>From:</b></font>'
  485.       '<font size="-1" face="arial, helvetica">'
  486.       '%sender% <%from%>'
  487.       '</font>'
  488.       '<br>'
  489.       ''
  490.       '<font size="-1" face="arial, helvetica"><b>Subject:</b></font>'
  491.       '<font size="-1" face="arial, helvetica">'
  492.       '%header%:"Subject"'
  493.       '</font>'
  494.       '<br>'
  495.       ''
  496.       '<font size="-1" face="arial, helvetica"><b>Date:</b></font>'
  497.       '<font size="-1" face="arial, helvetica">'
  498.       '%sent%'
  499.       '</font>'
  500.       '<br>'
  501.       ''
  502.       '<font size="-1" face="arial, helvetica"><b>To:</b></font>'
  503.       '<font size="-1" face="arial, helvetica">'
  504.       '%to%'
  505.       '</font>'
  506.       '<br>'
  507.       ''
  508.       '<font size="-1" face="arial, helvetica"><b>CC:</b></font>'
  509.       '<font size="-1" face="arial, helvetica">'
  510.       '%cc%'
  511.       '</font>'
  512.       '<br>'
  513.       ''
  514.       '<font size="-1" face="arial, helvetica"><b>BCC:</b></font>'
  515.       '<font size="-1" face="arial, helvetica">'
  516.       '%header%:"X-Bcc"'
  517.       '</font>'
  518.       '<br>'
  519.       '<hr>'
  520.       '%body%'
  521.       ''
  522.       '<br>'
  523.       '<br>'
  524.       '%attachments%'
  525.       '<br>'
  526.       '</body>'
  527.       '</html>')
  528.   end
  529.   object ControlStrip: TIStrings
  530.     Duplicates = dupIgnore
  531.     Left = 429
  532.     Top = 211
  533.   end
  534.   object TimerRead: TTimer
  535.     Enabled = False
  536.     Interval = 2000
  537.     OnTimer = TimerReadTimer
  538.     Left = 314
  539.     Top = 146
  540.   end
  541.   object CharSets: TIStrings
  542.     Duplicates = dupIgnore
  543.     Left = 462
  544.     Top = 212
  545.     SStr = (
  546.       'US-ASCII=1'
  547.       'ISO-8859-1=0'
  548.       'ISO-8859-2=238'
  549.       'ISO-8859-3=204'
  550.       'ISO-8859-4=186'
  551.       'ISO-8859-5=204'
  552.       'ISO-8859-6=178'
  553.       'ISO-8859-7=161'
  554.       'ISO-8859-8=177'
  555.       'ISO-8859-9=162'
  556.       'ISO-8859-10=186'
  557.       'ISO-8859-11=222'
  558.       'ISO-8859-15=1252'
  559.       'ISO-IR-111=204'
  560.       'ISO-2022=204'
  561.       'KOI-8=204'
  562.       'KOI8-R=204'
  563.       'KOI8-RU=204'
  564.       'KOI8-UNIFIED=204'
  565.       'CP1251=204'
  566.       'WINDOWS-1250=238'
  567.       'WINDOWS-1251=204'
  568.       'WINDOWS-1252=1252'
  569.       'WINDOWS-1253=161'
  570.       'WINDOWS-1254=162'
  571.       'WINDOWS-1257=186'
  572.       'APPLE=77'
  573.       'SHIFT-JIS=128'
  574.       'ISO-2022-JP=128')
  575.   end
  576.   object TimerDisplay: TTimer
  577.     Enabled = False
  578.     Interval = 50
  579.     OnTimer = TimerDisplayTimer
  580.     Left = 344
  581.     Top = 146
  582.   end
  583.   object TimerEvents: TTimer
  584.     Enabled = False
  585.     Interval = 250
  586.     OnTimer = TimerEventsTimer
  587.     Left = 254
  588.     Top = 177
  589.   end
  590. end
  591.